{% extends 'base.html' %} {% load static %} {% block content %}
{% if friends %}
{% for friend in friends %}
{% if friend.1 %}

Friends

check_circle_outline
{% else %} {% if friend.0 != request.user %}

Not Friends

cancel
{% endif %} {% endif %} {% if friend.0 == request.user %}

This is you

person_pin
{% endif %}
{% if forloop.counter|divisibleby:2 %}
{% endif %} {% endfor %} {% else %}

No friends :(

{% endif %}
{% include 'snippets/create_or_return_private_chat.html' %} {% endblock content %}